home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / tip / pm-bas.tip < prev    next >
Text File  |  1993-09-15  |  2KB  |  53 lines

  1. % This macro source file is from the four volume series
  2. % "TeX in Practice" by Stephan von Bechtolsheim, published
  3. % 1993 by Springer-Verlag, New York.
  4. % Copyright 1993 Stephan von Bechtolsheim.
  5. % No warranty or liability is assumed.
  6. % This macro may be copied freely if no fees other than
  7. % media cost or shipping charges are charged and as long
  8. % as this copyright and the following source code itself
  9. % is not changed. Please see the series for further information.
  10. %
  11. % Version: 1.0
  12. % Date: May 1, 1993
  13. %
  14. %
  15. % This source code is documented in 30.7.2, p. III-548.
  16. % Original source in file "pp1.TEX", starting line 743.
  17. \wlog{L: "pm-bas.tip" ["pp1.TEX," l. 743, p. III-548]}%
  18. % This file DOES belong to format "texip."
  19. \InputD{inputc.tip}
  20. \InputD{gobble.tip}
  21. \InputD{namedef.tip}
  22. \InputD{conval.tip}
  23. \InputD{list-mac.tip}
  24. \InputD{input-at.tip}
  25. \InputD{genostr.tip}
  26. \catcode`\@ = 11
  27. \def\PartSourceFileNameExtension{tex}
  28. \def\AuxFileNameExtension{aux}
  29. \def\TocFileNameExtension{toc}
  30. \def\LofFileNameExtension{lof}
  31. \def\LotFileNameExtension{lot}
  32. \def\TmpFileNameExtension{tmp}
  33. \newwrite\@PartAuxStream
  34. \newwrite\@TmpFileStream
  35. \def\i@write{\immediate\write}
  36. \def\i@openout{\immediate\openout}
  37. \def\i@closeout{\immediate\closeout}
  38.  
  39. \def\@ip@write{\i@write\@PartAuxStream}
  40. \def\@p@write{\write\@PartAuxStream}
  41. \def\@IgnoreAuxStuff{%
  42.     \let\@NewLabel = \GobbleThree
  43.     \let\@SetCounter = \GobbleTwo
  44.     \let\@ForSpecialFile = \GobbleFive
  45. }
  46. \def\@ReadInAuxFiles{% 
  47.     {%
  48.         \def\\##1{\InputCWithAt{##1.aux}}%
  49.         \@AllPartsOfDocumentList
  50.     }%
  51. }
  52. \catcode`\@ = 12
  53.